Skip to main content

Get Leader History Profit Detail

Type: GET

Description: /future/copytrade/user/v1/copy-trade/my-profit-history-detail

Parameters

NameTypeMandatoryDefaultDescriptionRanges
divideTimenumberYes-Time-
directionstringNo-Paging directionNEXT, PREV
limitnumberNo-Page size10
idnumberNo-ID-

Limit Flow Rules

2/s/apikey

Response Example

{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": {
"hasPrev": false,
"hasNext": false,
"items": [
{
"avatar": "string", // Avatar
"name": "string", // Leader name
"profit": 5, // Profit amount
"profitTime": "time", // Profit time
"coin": 0, // Currency
"id": // ID
}
]
}
}